Welcome![Sign In][Sign Up]
Location:
Search - montgomery algorithm

Search list

[Static controlModInverse

Description: 求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
Platform: | Size: 906 | Author: 风小 | Hits:

[Static controlModInverse

Description: 求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
Platform: | Size: 1024 | Author: 风小 | Hits:

[CA auth新建 Microsoft Word 文档

Description: RSA核心运算使用的乘模算法就是 M(A*B)。虽然M(A*B)并不是乘模所需要的真正结果,但只要在幂模算法中进行相应的修改,就可以调用这个乘模算法进行计算了。本软件起初未使用Montgomery 乘模算法时,加密速度比使用Montgomery乘模算法慢,但速度相差不到一个数量级。 将上述乘模算法结合前面叙述的幂模算法,构成标准Montgomery幂模算法,即本软件所使用的流程 -RSA computation used by the core modulus algorithm is M (A* B). Although the M (A* B) is not required by the real-mode, but as long as the power modulus algorithm in the corresponding changes, you can call this by the calculated modulus algorithm. This software was initially not used by Montgomery modulus algorithm, the encryption faster than the use of Montgomery modulus algorithm by slow, but the speed was less than an order of magnitude. Modulus algorithm by the above described combination of the previous power-modulus algorithm, which constitute the standard Montgomery idempotent modulus algorithm, that is, the software used in flow
Platform: | Size: 3072 | Author: 拉萨 | Hits:

[OtherRabin_Cryptosystem

Description: 我的毕业论文及调研报告:《大模数的Rabin密码保密通信软件》 本文对Rabin密码保密通信软件进行了研究。简单介绍了信息安全技术现状及研究意义,讨论了公钥密码系统和Rabin密码系统及其涉及到的算法,包括大整数的实现、蒙格马利快速幂模运算、Miller-Rabin素性检测法、扩展的欧几里德算法。着重讨论了Rabin密码系统的方案设计以及Winsock通信技术。最后讲解了Rabin密码系统在保密通信中的应用,初步完成了大模数Rabin密码保密通信软件的设计。-My thesis and research report: Great modulus Rabin password secure communication software In this paper, Rabin password confidential communication software were studied. A brief introduction of the information security technology and research significance of the status quo, to discuss public-key cryptosystem and Rabin cryptosystem and involved in the algorithm, including the realization of large integers, Montgomery rapid computing power mode, Miller-Rabin primality test, Extended Euclidean algorithm. Focused on the Rabin cryptosystem Winsock program design and communication technologies. Finally on the Rabin cryptosystem secure communication applications, the initial completion of a large modulus Rabin password confidential communication software design.
Platform: | Size: 883712 | Author: 周金月 | Hits:

[Crack HackRSA

Description: RSA算法的实验报告,有源码、流程图、时间复杂度分析等。-RSA algorithm experimental reports, source code, flowcharts, time complexity analysis.
Platform: | Size: 59392 | Author: caixu | Hits:

[Algorithm(Addition_chains_and_Montgomery_algorithm_for_mixe

Description: 利用加法链与蒙哥马利算法的混合,加快求幂模运算时的速度·-Montgomery algorithm using additive mixed chain and speed up exponentiation modulo the speed
Platform: | Size: 3676160 | Author: 肖梦奇 | Hits:

[VC/MFCtest

Description: 蒙哥马利快速幂模算法,源码中用9907来做测试,思路比较清晰简洁。-Fast Montgomery modular exponentiation algorithm, source code to do tests using 9907, more clear and concise ideas.
Platform: | Size: 319488 | Author: chenqiu | Hits:

[Crack Hackrefine_RSA

Description: 实现了蒙哥马利算法,能够对2048,1024.512位的RSA进行加解密运算,能够自动生成密钥-Montgomery algorithm is implemented, can 2048,1024.512 bit RSA encryption and decryption operations to automatically generate the keys
Platform: | Size: 1530880 | Author: 曾健林 | Hits:

[VHDL-FPGA-VerilogN_C

Description: Medium module for calcilating Modular Multiplication by Montgomery algorithm. q = (x0 + ai*b0)*m_sh. It calculate m_sh. For it it need the LSB byte of module. My E-mail: suhrob106@rambler.ru
Platform: | Size: 2048 | Author: Suhrob | Hits:

[Mathimatics-Numerical algorithmsMontgomery-apply

Description:  Montgomery算法被认为是计算大数模乘的最快的算法。本文详细叙述了它的理论基础和算法原理,加以改进并应用在RSA 模幂运算中。-Montgomery algorithm is considered the model of large numbers by calculating the fastest algorithm. This paper describes its theoretical basis and algorithm theory, be improved and applied to modular exponentiation in RSA.
Platform: | Size: 176128 | Author: yaoy92 | Hits:

[Crack HackImproved-Montgomery-algorithm-

Description: 改进的基2 Montgomery算法,解决了大素数的加解密运算问题-Improved base 2 Montgomery algorithm to solve the encryption and decryption of large prime numbers computing problems
Platform: | Size: 3072 | Author: lyj | Hits:

[CA authMontgomery

Description: montgomery加密算法在ARM处理器上实现,-Montgomery encryption algorithm is implemented on an ARM processor,
Platform: | Size: 144384 | Author: 罗风 | Hits:

[Windows DevelopMRSA_Montgomeo

Description: 基于蒙哥马利算法的RSA c+++实现经验证正确可用可直接使用。 -Montgomery algorithm RSA c+++ proven correct can be used directly.
Platform: | Size: 18432 | Author: 陪同 | Hits:

[Data structsMontgomery

Description: 编写的蒙哥马利算法实现,是初学者最好的学习代码。用C语言实现-Montgomery algorithm,the best code for beginners
Platform: | Size: 1024 | Author: Liu Xuyuan | Hits:

[Crack Hackrsa-VCPP

Description: RSA算法的VC++实现,包括参数选取,蒙哥马利模指数算法-the implement of RSA algorithm useing VC++,Including the selection of parameters, Montgomery modular exponentiation algorithm
Platform: | Size: 364544 | Author: rty | Hits:

[VHDL-FPGA-Verilogverilog-montgomery-RSA

Description: 基于Montgoery 算法的RSA,FPGA verilog 实现,有测试文件-Based on Montgoery algorithm for RSA,FPGA verilog implementation,bench file
Platform: | Size: 7168 | Author: zj | Hits:

[OtherRSA-(1)

Description: RSA生成大素数 加密解密 蒙哥马利算法 MFC界面-RSA encryption and decryption generate large prime numbers Montgomery algorithm MFC interface
Platform: | Size: 1906688 | Author: lei | Hits:

[OtherAlgorithm for Fast Montgomery multiplication

Description: general algorithm for fast montgomery multiplication
Platform: | Size: 11264 | Author: prithi | Hits:

CodeBus www.codebus.net